projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8212225
)
Restore `#ifndef NOT_C_CODE' deleted by last change.
author
Andreas Schwab
<schwab@suse.de>
Mon, 25 Nov 2002 14:53:26 +0000
(14:53 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 25 Nov 2002 14:53:26 +0000
(14:53 +0000)
src/ChangeLog
patch
|
blob
|
history
src/m/ia64.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 245b6fd8a956958f6f82169fa76eddba7bd866ac..00fca4e962a76d73d897696562f2f9f8f8355aac 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2002-11-25 Andreas Schwab <schwab@suse.de>
+
+ * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
+
2002-11-24 Steven Tamm <steventamm@mac.com>
* unexmacosx.c (unexec_realloc): Use malloc_default_zone to
diff --git
a/src/m/ia64.h
b/src/m/ia64.h
index 7fef9055a8e7b5b04b6dde465da13b9253e03aa5..0d74bc9c83e8355ba6ddeed61af1e1eedd2471dd 100644
(file)
--- a/
src/m/ia64.h
+++ b/
src/m/ia64.h
@@
-133,6
+133,8
@@
Boston, MA 02111-1307, USA. */
#define XINT(a) (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG - VALBITS))
#define XUINT(a) ((long) (a) & VALMASK)
+#ifndef NOT_C_CODE
+
#ifdef REL_ALLOC
#ifndef _MALLOC_INTERNAL
/* "char *" because ralloc.c defines it that way. gmalloc.c thinks it